Feature: Profile
Scenarios
|
Chart |
Status Progress |
||||
|---|---|---|---|---|---|
|
1
|
|
||||
| Total duration: | |||||
| 1m 32.213s |
Scenario: Edit Bio in profile
Before
0m 0.813s
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
0m 1.241s
And
I wait for 5 seconds
0m 5.166s
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
0m 0.155s
And
I try to create account
0m 0.143s
And
I wait for 5 seconds
0m 5.142s
And
I navigate to page "http://localhost:2368/ghost/#/signin"
0m 0.475s
And
I wait for 5 seconds
0m 5.162s
And
I fill login with "email@email.com" and "p4ssw0rd.."
0m 0.288s
And
I try to login
0m 0.267s
And
I wait for 5 seconds
0m 5.189s
And
I try to go to profile
0m 0.748s
And
I wait for 5 seconds
0m 5.336s
And
I try to set Bio to "new-bio"
0m 0.289s
And
I save changes
0m 0.391s
Then
I expect "new-bio" is my Bio profile
0m 0.389s
After
0m 1.019s
Screenshots
Before
NO IMAGE AVAILABLE
Given
I navigate to page "http://localhost:2368/ghost/#/setup"
And
I wait for 5 seconds
When
I fill register with "title" and "name" and "email@email.com" and "p4ssw0rd.."
And
I try to create account
And
I wait for 5 seconds
And
I navigate to page "http://localhost:2368/ghost/#/signin"
And
I wait for 5 seconds
And
I fill login with "email@email.com" and "p4ssw0rd.."
And
I try to login
And
I wait for 5 seconds
And
I try to go to profile
And
I wait for 5 seconds
And
I try to set Bio to "new-bio"
And
I save changes
Then
I expect "new-bio" is my Bio profile
After
NO IMAGE AVAILABLE